projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1b287
)
gtkmodules: don't append NULL to module list for blacklisted module
author
Dan Winship
<danw@gnome.org>
Thu, 8 Sep 2011 20:47:57 +0000
(16:47 -0400)
committer
Dan Winship
<danw@gnome.org>
Thu, 8 Sep 2011 20:52:00 +0000
(16:52 -0400)
fixes a crash when removing "gail" from gtksettings-specified modules
gtk/gtkmodules.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmodules.c
b/gtk/gtkmodules.c
index d4135f0f7c5fca65cc5fe39cb521222d545ece7d..3a8dac3e145b69593891e870c1d0615323588986 100644
(file)
--- a/
gtk/gtkmodules.c
+++ b/
gtk/gtkmodules.c
@@
-377,7
+377,7
@@
load_module (GSList *module_list,
}
}
- if (success)
+ if (success
&& info
)
{
if (!g_slist_find (module_list, info))
{